* Meine Author Angaben korrigiert

git-svn-id: https://svn.libreccm.org/ccm/trunk@2423 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-11-07 12:07:09 +00:00
parent 358a68c7d7
commit b56592cca5
10 changed files with 10 additions and 10 deletions

View File

@ -25,7 +25,7 @@ import java.util.Iterator;
/** /**
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class PersistentScale extends PersistentWidget { public class PersistentScale extends PersistentWidget {

View File

@ -26,7 +26,7 @@ import org.apache.log4j.Logger;
* A survey content type that represents a survey. This is partially based on * A survey content type that represents a survey. This is partially based on
* the simplesurvey application and CT FormItem. * the simplesurvey application and CT FormItem.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
* *
*/ */
public class Survey extends ContentPage implements XMLGenerator { public class Survey extends ContentPage implements XMLGenerator {

View File

@ -11,7 +11,7 @@ import java.math.BigDecimal;
* a survey at a certain point in time. A survey response consists * a survey at a certain point in time. A survey response consists
* of a collection of answers to questions in the survey. * of a collection of answers to questions in the survey.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
* *
* Based on simplesurvey application * Based on simplesurvey application
*/ */

View File

@ -6,7 +6,7 @@ import com.arsdigita.persistence.DataCollection;
/** /**
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class SurveyAnswerCollection extends DomainCollection { public class SurveyAnswerCollection extends DomainCollection {

View File

@ -35,7 +35,7 @@ import org.apache.log4j.Logger;
* (map). This is done by runtimeRuntime startup method which runs the init() * (map). This is done by runtimeRuntime startup method which runs the init()
* methods of all initializers (this one just using the parent implementation). * methods of all initializers (this one just using the parent implementation).
* *
* @author Sören Bernstein; * @author Sören Bernstein <quasi@quasiweb.de>
* @version $Id: SurveyInitializer.java $ * @version $Id: SurveyInitializer.java $
*/ */
public class SurveyInitializer extends ContentTypeInitializer { public class SurveyInitializer extends ContentTypeInitializer {

View File

@ -5,7 +5,7 @@ import com.arsdigita.cms.contenttypes.AbstractContentTypeLoader;
/** /**
* Loader. * Loader.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
* @version $Id: SurveyLoader.java $ * @version $Id: SurveyLoader.java $
*/ */
public class SurveyLoader extends AbstractContentTypeLoader { public class SurveyLoader extends AbstractContentTypeLoader {

View File

@ -14,7 +14,7 @@ import java.util.Date;
* a survey at a certain point in time. A survey response consists * a survey at a certain point in time. A survey response consists
* of a collection of answers to questions in the survey. * of a collection of answers to questions in the survey.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
* *
* Based on simplesurvey application * Based on simplesurvey application
*/ */

View File

@ -8,7 +8,7 @@ import java.util.Date;
/** /**
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class SurveyResponseCollection extends DomainCollection { public class SurveyResponseCollection extends DomainCollection {

View File

@ -24,7 +24,7 @@ import org.apache.log4j.Logger;
/** /**
* A process listener to save the responses from a user to the database. * A process listener to save the responses from a user to the database.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class SurveyProcessListener implements FormProcessListener { public class SurveyProcessListener implements FormProcessListener {

View File

@ -28,7 +28,7 @@ import com.arsdigita.globalization.GlobalizedMessage;
* globalize methods and forwards to GlobalizedMessage, shortening the * globalize methods and forwards to GlobalizedMessage, shortening the
* method invocation in the various application classes. * method invocation in the various application classes.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class SurveyGlobalizationUtil implements Globalized { public class SurveyGlobalizationUtil implements Globalized {