EduploneExam/interfaces IExamAnswer.py,NONE,1.1 IExamNotifier.py,NONE,1.1 IExamNotifyable.py,NONE,1.1 IExamQuestion.py,NONE,1.1 __init__.py,NONE,1.1

Jens Klein <[email protected]>
Newsgroups gmane.comp.web.zope.eduplone.cvs
Message-ID <[email protected]>
Update of /cvsroot/eduplone/EduploneExam/interfaces
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20530/interfaces

Added Files:
	IExamAnswer.py IExamNotifier.py IExamNotifyable.py 
	IExamQuestion.py __init__.py 
Log Message:
import first run of ArchGenXML generated files


--- NEW FILE: IExamAnswer.py ---
# File: IExamAnswer.py
"""\
unknown

RCS-ID $Id: IExamAnswer.py,v 1.1 2004/12/14 09:47:48 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 10:40:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamAnswer(Base):
    '''
    
    '''

    #Methods

    def processValue():
        '''
        
        '''
        
        pass

# end of class IExamAnswer


--- NEW FILE: IExamQuestion.py ---
# File: IExamQuestion.py
"""\
unknown

RCS-ID $Id: IExamQuestion.py,v 1.1 2004/12/14 09:47:48 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 10:40:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamQuestion(Base):
    '''
    
    '''

    #Methods

    def processResponse():
        '''
        gets a request.RESPONSE and returns a evaluated ExamResponse
        object
        '''
        
        pass

# end of class IExamQuestion


--- NEW FILE: IExamNotifyable.py ---
# File: IExamNotifyable.py
"""\
unknown

RCS-ID $Id: IExamNotifyable.py,v 1.1 2004/12/14 09:47:48 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 10:40:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamNotifyable(Base):
    '''
    
    '''

    #Methods

    def receiveNotification():
        '''
        
        '''
        
        pass

# end of class IExamNotifyable


--- NEW FILE: IExamNotifier.py ---
# File: IExamNotifier.py
"""\
unknown

RCS-ID $Id: IExamNotifier.py,v 1.1 2004/12/14 09:47:48 yenzenz Exp $
"""
# Copyright (c) 2004 by eduplone Open Source Business Network EEIG, contributed
# by FH-Aargau, Switzerland
#
# Generated: Tue Dec 14 10:40:00 2004
# Generator: ArchGenXML Version 1.2 devel 3 http://sf.net/projects/archetypes/
#
# GNU General Public Licence (GPL)
# 
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# This program is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
# FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
# details.
# You should have received a copy of the GNU General Public License along with
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
# Place, Suite 330, Boston, MA  02111-1307  USA
#
__author__  = 'Nils Haagen, Jens Klein <[email protected]>, <[email protected]>'
__docformat__ = 'plaintext'


from Interface import Base

class IExamNotifier(Base):
    '''
    
    '''

    #Methods

    def registerNotifierOnView():
        '''
        register an object
        '''
        
        pass


    def registerNotifierAfterProcess():
        '''
        
        '''
        
        pass


    def notifyOnView():
        '''
        
        '''
        
        pass


    def notifyAfterProcess():
        '''
        
        '''
        
        pass

# end of class IExamNotifier


--- NEW FILE: __init__.py ---

#subpackages


#classes
import IExamAnswer
import IExamNotifier
import IExamNotifyable
import IExamQuestion



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.