- 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;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.dataformat.xml.JacksonXmlModule;
@ -39,7 +37,7 @@ import java.util.List;
* .FileMarshal).
*
* @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> {

View File

@ -20,7 +20,7 @@ package com.arsdigita.portation;
/**
* @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 {
CSV, XML, JSON

View File

@ -20,7 +20,7 @@ package com.arsdigita.portation;
/**
* @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 {

View File

@ -33,7 +33,7 @@ import java.util.Map;
* interface identifiable.</info>
*
* @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 {
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.
*
* @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 {

View File

@ -39,7 +39,7 @@ import java.util.ArrayList;
* in the cli-tool shorter and more readable.
*
* @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 {

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

View File

@ -41,7 +41,7 @@ import java.util.Map;
* easier access for the restoration of the dependencies.
*
* @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 {

View File

@ -34,7 +34,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -33,7 +33,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -40,7 +40,7 @@ import java.util.stream.Collectors;
* classes into the new ng-system.
*
* @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 {

View File

@ -33,7 +33,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -28,7 +28,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -39,7 +39,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -29,7 +29,7 @@ import java.util.List;
* classes into the new ng-system.
*
* @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 {

View File

@ -29,7 +29,7 @@ import com.arsdigita.portation.modules.core.core.CcmObject;
* provided by the {@code CategoryManager} take care of that.
*
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -40,7 +40,7 @@ import java.util.Locale;
* classes.
*
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -45,7 +45,7 @@ import java.util.UUID;
* in the database.
*
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -23,7 +23,7 @@ import com.arsdigita.portation.Identifiable;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

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

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -27,7 +27,7 @@ import java.util.Set;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -27,7 +27,7 @@ import java.util.Set;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -27,7 +27,7 @@ import java.util.Date;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -30,7 +30,7 @@ import java.util.Set;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -24,7 +24,7 @@ import com.arsdigita.portation.conversion.NgCollection;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -31,7 +31,7 @@ import java.util.Set;
/**
* @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 {

View File

@ -22,7 +22,7 @@ import com.arsdigita.portation.AbstractMarshaller;
/**
* @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> {
}

View File

@ -30,7 +30,7 @@ import java.util.Locale;
/**
* @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 {

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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
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>
* @version created the 6/15/16
* @version created on 6/15/16
*/
public class WorkflowMarshaller extends AbstractMarshaller<Workflow> {
}