- changes java-doc @author entrys of ccm-core/portation from 'created the..' to 'created on..'

git-svn-id: https://svn.libreccm.org/ccm/trunk@4295 8810af33-2d31-482b-a856-94f89814c4df
master
tosmers 2016-09-13 09:48:19 +00:00
parent 3c2418f3ce
commit 3c3368398f
47 changed files with 47 additions and 49 deletions

View File

@ -18,8 +18,6 @@
*/ */
package com.arsdigita.portation; package com.arsdigita.portation;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature; import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule; import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule;
@ -39,7 +37,7 @@ import java.util.List;
* .FileMarshal). * .FileMarshal).
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 2/10/16 * @version created on 2/10/16
*/ */
public abstract class AbstractMarshaller<I extends Identifiable> { public abstract class AbstractMarshaller<I extends Identifiable> {

View File

@ -20,7 +20,7 @@ package com.arsdigita.portation;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a>
* @version created the 03.02.2016 * @version created on 03.02.2016
*/ */
public enum Format { public enum Format {
CSV, XML, JSON CSV, XML, JSON

View File

@ -20,7 +20,7 @@ package com.arsdigita.portation;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 5/9/16 * @version created on 5/9/16
*/ */
public interface Identifiable { public interface Identifiable {

View File

@ -33,7 +33,7 @@ import java.util.Map;
* interface identifiable.</info> * interface identifiable.</info>
* *
* @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de">Tobias Osmers</a>
* @version created the 03.02.2016 * @version created on 03.02.2016
*/ */
public class Marshaller { public class Marshaller {
private static final Logger log = Logger.getLogger(Marshaller.class); private static final Logger log = Logger.getLogger(Marshaller.class);

View File

@ -28,7 +28,7 @@ import org.apache.log4j.Logger;
* one or many specified file types. * one or many specified file types.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 25.05.16 * @version created on 25.05.16
*/ */
public class ExportCliTool extends Program { public class ExportCliTool extends Program {

View File

@ -39,7 +39,7 @@ import java.util.ArrayList;
* in the cli-tool shorter and more readable. * in the cli-tool shorter and more readable.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 25.07.2016 * @version created on 25.07.2016
*/ */
class ExportHelper { class ExportHelper {

View File

@ -33,7 +33,7 @@ import com.arsdigita.portation.conversion.core.workflow.WorkflowConversion;
* stored in maps as <id, object>-pairs in the {@link NgCollection}-class. * stored in maps as <id, object>-pairs in the {@link NgCollection}-class.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 6/27/16 * @version created on 6/27/16
*/ */
public class MainConverter { public class MainConverter {

View File

@ -41,7 +41,7 @@ import java.util.Map;
* easier access for the restoration of the dependencies. * easier access for the restoration of the dependencies.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 27.6.16 * @version created on 27.6.16
*/ */
public class NgCollection { public class NgCollection {

View File

@ -34,7 +34,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 29.6.16 * @version created on 29.6.16
*/ */
public class CategoryConversion { public class CategoryConversion {

View File

@ -33,7 +33,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 4.7.16 * @version created on 4.7.16
*/ */
public class GroupConversion { public class GroupConversion {

View File

@ -40,7 +40,7 @@ import java.util.stream.Collectors;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 14.7.16 * @version created on 14.7.16
*/ */
public class PermissionConversion { public class PermissionConversion {

View File

@ -33,7 +33,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 4.7.16 * @version created on 4.7.16
*/ */
public class RoleConversion { public class RoleConversion {

View File

@ -28,7 +28,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 4.7.16 * @version created on 4.7.16
*/ */
public class UserConversion { public class UserConversion {

View File

@ -39,7 +39,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 29.6.16 * @version created on 29.6.16
*/ */
public class UserTaskConversion { public class UserTaskConversion {

View File

@ -29,7 +29,7 @@ import java.util.List;
* classes into the new ng-system. * classes into the new ng-system.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers</a>
* @version created the 27.6.16 * @version created on 27.6.16
*/ */
public class WorkflowConversion { public class WorkflowConversion {

View File

@ -29,7 +29,7 @@ import com.arsdigita.portation.modules.core.core.CcmObject;
* provided by the {@code CategoryManager} take care of that. * provided by the {@code CategoryManager} take care of that.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Categorization implements Identifiable { public class Categorization implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class CategorizationMarshaller extends AbstractMarshaller<Categorization> { public class CategorizationMarshaller extends AbstractMarshaller<Categorization> {
} }

View File

@ -40,7 +40,7 @@ import java.util.Locale;
* classes. * classes.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Category extends CcmObject { public class Category extends CcmObject {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class CategoryMarshaller extends AbstractMarshaller<Category> { public class CategoryMarshaller extends AbstractMarshaller<Category> {
} }

View File

@ -45,7 +45,7 @@ import java.util.UUID;
* in the database. * in the database.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class CcmObject implements Identifiable { public class CcmObject implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class CcmObjectMarshaller extends AbstractMarshaller<CcmObject> { public class CcmObjectMarshaller extends AbstractMarshaller<CcmObject> {
} }

View File

@ -23,7 +23,7 @@ import com.arsdigita.portation.Identifiable;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class EmailAddress implements Identifiable { public class EmailAddress implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class EmailAddressMarshaller extends AbstractMarshaller<EmailAddress> { public class EmailAddressMarshaller extends AbstractMarshaller<EmailAddress> {
} }

View File

@ -34,7 +34,7 @@ import java.util.Set;
* overwritten. But because it is an entity class we can't make the class final. * overwritten. But because it is an entity class we can't make the class final.
* *
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class LocalizedString implements Identifiable { public class LocalizedString implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class LocalizedStringMarshaller extends AbstractMarshaller<LocalizedString> { public class LocalizedStringMarshaller extends AbstractMarshaller<LocalizedString> {
} }

View File

@ -27,7 +27,7 @@ import java.util.Set;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 31.05.16 * @version created on 31.05.16
*/ */
public class Group extends Party { public class Group extends Party {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 01.06.16 * @version created on 01.06.16
*/ */
public class GroupMarshaller extends AbstractMarshaller<Group> { public class GroupMarshaller extends AbstractMarshaller<Group> {
} }

View File

@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class GroupMembership implements Identifiable { public class GroupMembership implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class GroupMembershipMarshaller extends AbstractMarshaller<GroupMembership> { public class GroupMembershipMarshaller extends AbstractMarshaller<GroupMembership> {
} }

View File

@ -27,7 +27,7 @@ import java.util.Set;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 01.06.16 * @version created on 01.06.16
*/ */
public class Party implements Identifiable { public class Party implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 01.06.16 * @version created on 01.06.16
*/ */
public class PartyMarshaller extends AbstractMarshaller<Party> { public class PartyMarshaller extends AbstractMarshaller<Party> {
} }

View File

@ -27,7 +27,7 @@ import java.util.Date;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Permission implements Identifiable { public class Permission implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class PermissionMarshaller extends AbstractMarshaller<Permission> { public class PermissionMarshaller extends AbstractMarshaller<Permission> {
} }

View File

@ -30,7 +30,7 @@ import java.util.Set;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Role implements Identifiable { public class Role implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class RoleMarshaller extends AbstractMarshaller<Role> { public class RoleMarshaller extends AbstractMarshaller<Role> {
} }

View File

@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class RoleMembership implements Identifiable { public class RoleMembership implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class RoleMembershipMarshaller extends AbstractMarshaller<RoleMembership> { public class RoleMembershipMarshaller extends AbstractMarshaller<RoleMembership> {
} }

View File

@ -31,7 +31,7 @@ import java.util.Set;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 31.05.16 * @version created on 31.05.16
*/ */
public class User extends Party { public class User extends Party {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 25.05.16 * @version created on 25.05.16
*/ */
public class UserMarshaller extends AbstractMarshaller<User> { public class UserMarshaller extends AbstractMarshaller<User> {
} }

View File

@ -30,7 +30,7 @@ import java.util.Locale;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Task implements Identifiable { public class Task implements Identifiable {

View File

@ -25,7 +25,7 @@ import com.arsdigita.portation.modules.core.security.Role;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class TaskAssignment implements Identifiable { public class TaskAssignment implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class TaskAssignmentMarshaller extends AbstractMarshaller<TaskAssignment> { public class TaskAssignmentMarshaller extends AbstractMarshaller<TaskAssignment> {
} }

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class TaskMarshaller extends AbstractMarshaller<Task> { public class TaskMarshaller extends AbstractMarshaller<Task> {
} }

View File

@ -29,7 +29,7 @@ import java.util.List;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class UserTask extends Task { public class UserTask extends Task {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class UserTaskMarshaller extends AbstractMarshaller<UserTask> { public class UserTaskMarshaller extends AbstractMarshaller<UserTask> {
} }

View File

@ -29,7 +29,7 @@ import java.util.Locale;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class Workflow implements Identifiable { public class Workflow implements Identifiable {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/** /**
* @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a> * @author <a href="mailto:tosmers@uni-bremen.de>Tobias Osmers<\a>
* @version created the 6/15/16 * @version created on 6/15/16
*/ */
public class WorkflowMarshaller extends AbstractMarshaller<Workflow> { public class WorkflowMarshaller extends AbstractMarshaller<Workflow> {
} }