* Meine Author Angaben korrigiert
git-svn-id: https://svn.libreccm.org/ccm/trunk@2423 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
358a68c7d7
commit
b56592cca5
|
|
@ -25,7 +25,7 @@ import java.util.Iterator;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Sören Bernstein
|
||||
* @author Sören Bernstein <quasi@quasiweb.de>
|
||||
*/
|
||||
public class PersistentScale extends PersistentWidget {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import java.util.Date;
|
|||
|
||||
/**
|
||||
*
|
||||
* @author Sören Bernstein
|
||||
* @author Sören Bernstein <quasi@quasiweb.de>
|
||||
*/
|
||||
public class SurveyResponseCollection extends DomainCollection {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue