* 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 {

View File

@ -26,7 +26,7 @@ import org.apache.log4j.Logger;
* A survey content type that represents a survey. This is partially based on
* the simplesurvey application and CT FormItem.
*
* @author Sören Bernstein
* @author Sören Bernstein <quasi@quasiweb.de>
*
*/
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
* 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
*/

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 {

View File

@ -35,7 +35,7 @@ import org.apache.log4j.Logger;
* (map). This is done by runtimeRuntime startup method which runs the init()
* 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 $
*/
public class SurveyInitializer extends ContentTypeInitializer {

View File

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

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 {

View File

@ -24,7 +24,7 @@ import org.apache.log4j.Logger;
/**
* 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 {

View File

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