Revision 8e9419c3
Added by Andreas Müller over 5 years ago
cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/CdmImportSources.java | ||
---|---|---|
18 | 18 |
|
19 | 19 |
/** |
20 | 20 |
* @author a.mueller |
21 |
* @date 21.04.2010
|
|
21 |
* @since 21.04.2010
|
|
22 | 22 |
* |
23 | 23 |
*/ |
24 | 24 |
public class CdmImportSources { |
cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/EfloraSources.java | ||
---|---|---|
14 | 14 |
|
15 | 15 |
/** |
16 | 16 |
* @author a.mueller |
17 |
* @date 09.06.2010
|
|
17 |
* @since 09.06.2010
|
|
18 | 18 |
* |
19 | 19 |
*/ |
20 | 20 |
public class EfloraSources { |
cdm-eflora/src/main/java/eu/etaxonomy/cdm/app/eflora/NepenthaceIpniActivator.java | ||
---|---|---|
32 | 32 |
|
33 | 33 |
/** |
34 | 34 |
* @author a.mueller |
35 |
* @date 27.02.2017
|
|
35 |
* @since 27.02.2017
|
|
36 | 36 |
* |
37 | 37 |
*/ |
38 | 38 |
public class NepenthaceIpniActivator { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiDestinations.java | ||
---|---|---|
16 | 16 |
|
17 | 17 |
/** |
18 | 18 |
* @author e.-m.lee |
19 |
* @date 16.02.2010
|
|
19 |
* @since 16.02.2010
|
|
20 | 20 |
* |
21 | 21 |
*/ |
22 | 22 |
public class PesiDestinations { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivator.java | ||
---|---|---|
23 | 23 |
/** |
24 | 24 |
* @author a.mueller |
25 | 25 |
* @author e.-m.lee |
26 |
* @date 16.02.2010
|
|
26 |
* @since 16.02.2010
|
|
27 | 27 |
* |
28 | 28 |
*/ |
29 | 29 |
public class PesiExportActivator { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorEM.java | ||
---|---|---|
24 | 24 |
/** |
25 | 25 |
* @author a.mueller |
26 | 26 |
* @author e.-m.lee |
27 |
* @date 16.02.2010
|
|
27 |
* @since 16.02.2010
|
|
28 | 28 |
* |
29 | 29 |
*/ |
30 | 30 |
public class PesiExportActivatorEM { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorERMS.java | ||
---|---|---|
24 | 24 |
/** |
25 | 25 |
* @author a.mueller |
26 | 26 |
* @author e.-m.lee |
27 |
* @date 16.02.2010
|
|
27 |
* @since 16.02.2010
|
|
28 | 28 |
* |
29 | 29 |
*/ |
30 | 30 |
public class PesiExportActivatorERMS { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorFE.java | ||
---|---|---|
23 | 23 |
/** |
24 | 24 |
* @author a.mueller |
25 | 25 |
* @author e.-m.lee |
26 |
* @date 16.02.2010
|
|
26 |
* @since 16.02.2010
|
|
27 | 27 |
* |
28 | 28 |
*/ |
29 | 29 |
public class PesiExportActivatorFE { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorIF.java | ||
---|---|---|
23 | 23 |
/** |
24 | 24 |
* @author a.mueller |
25 | 25 |
* @author e.-m.lee |
26 |
* @date 16.02.2010
|
|
26 |
* @since 16.02.2010
|
|
27 | 27 |
* |
28 | 28 |
*/ |
29 | 29 |
public class PesiExportActivatorIF { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiCollectionExportMapping.java | ||
---|---|---|
24 | 24 |
|
25 | 25 |
/** |
26 | 26 |
* @author e.-m.lee |
27 |
* @date 24.02.2010
|
|
27 |
* @since 24.02.2010
|
|
28 | 28 |
* |
29 | 29 |
*/ |
30 | 30 |
public class PesiCollectionExportMapping extends PesiExportMapping { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiDescriptionExport.java | ||
---|---|---|
75 | 75 |
* <li>Phase 1: Export of DescriptionElements as Notes. |
76 | 76 |
* <li>Phase 2: Export of TaxonName extensions <code>taxComment</code>, <code>fauComment</code> and <code>fauExtraCodes</code> as Notes.</ul> |
77 | 77 |
* @author e.-m.lee |
78 |
* @date 23.02.2010
|
|
78 |
* @since 23.02.2010
|
|
79 | 79 |
* |
80 | 80 |
*/ |
81 | 81 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportBase.java | ||
---|---|---|
45 | 45 |
|
46 | 46 |
/** |
47 | 47 |
* @author e.-m.lee |
48 |
* @date 12.02.2010
|
|
48 |
* @since 12.02.2010
|
|
49 | 49 |
* |
50 | 50 |
*/ |
51 | 51 |
public abstract class PesiExportBase extends DbExportBase<PesiExportConfigurator, PesiExportState, PesiTransformer> { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportConfigurator.java | ||
---|---|---|
19 | 19 |
|
20 | 20 |
/** |
21 | 21 |
* @author e.-m.lee |
22 |
* @date 12.02.2010
|
|
22 |
* @since 12.02.2010
|
|
23 | 23 |
* |
24 | 24 |
*/ |
25 | 25 |
public class PesiExportConfigurator extends DbExportConfiguratorBase<PesiExportState, PesiTransformer> implements IExportConfigurator<PesiExportState, PesiTransformer> { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportMapping.java | ||
---|---|---|
14 | 14 |
|
15 | 15 |
/** |
16 | 16 |
* @author e.-m.lee |
17 |
* @date 24.02.2010
|
|
17 |
* @since 24.02.2010
|
|
18 | 18 |
* |
19 | 19 |
*/ |
20 | 20 |
public class PesiExportMapping extends CdmDbExportMapping<PesiExportState,PesiExportConfigurator, PesiTransformer> { |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportState.java | ||
---|---|---|
28 | 28 |
* The export state class. |
29 | 29 |
* Holds data needed while the export classes are running. |
30 | 30 |
* @author e.-m.lee |
31 |
* @date 12.02.2010
|
|
31 |
* @since 12.02.2010
|
|
32 | 32 |
* |
33 | 33 |
*/ |
34 | 34 |
public class PesiExportState extends DbExportStateBase<PesiExportConfigurator, PesiTransformer>{ |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiFinalUpdateExport.java | ||
---|---|---|
23 | 23 |
* <li>Phase 3: Export of additional data: Rank data, KingdomFk, TypeNameFk, expertFk and speciesExpertFk. |
24 | 24 |
* <li>Phase 4: Export of Inferred Synonyms.</ul> |
25 | 25 |
* @author e.-m.lee |
26 |
* @date 23.02.2010
|
|
26 |
* @since 23.02.2010
|
|
27 | 27 |
* |
28 | 28 |
*/ |
29 | 29 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiRelTaxonExport.java | ||
---|---|---|
41 | 41 |
* The export class for relations between {@link eu.etaxonomy.cdm.model.taxon.TaxonBase TaxonBases}.<p> |
42 | 42 |
* Inserts into DataWarehouse database table <code>RelTaxon</code>. |
43 | 43 |
* @author e.-m.lee |
44 |
* @date 23.02.2010
|
|
44 |
* @since 23.02.2010
|
|
45 | 45 |
* |
46 | 46 |
*/ |
47 | 47 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiSourceExport.java | ||
---|---|---|
38 | 38 |
* The export class for {@link eu.etaxonomy.cdm.model.reference.Reference References}.<p> |
39 | 39 |
* Inserts into DataWarehouse database table <code>Source</code>. |
40 | 40 |
* @author e.-m.lee |
41 |
* @date 11.02.2010
|
|
41 |
* @since 11.02.2010
|
|
42 | 42 |
* |
43 | 43 |
*/ |
44 | 44 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTaxonExport.java | ||
---|---|---|
87 | 87 |
* <li>Phase 3: Export of additional data: Rank data, KingdomFk, TypeNameFk, expertFk and speciesExpertFk. |
88 | 88 |
* <li>Phase 4: Export of Inferred Synonyms.</ul> |
89 | 89 |
* @author e.-m.lee |
90 |
* @date 23.02.2010
|
|
90 |
* @since 23.02.2010
|
|
91 | 91 |
* |
92 | 92 |
*/ |
93 | 93 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTransformer.java | ||
---|---|---|
56 | 56 |
/** |
57 | 57 |
* @author e.-m.lee |
58 | 58 |
* @author a.mueller (update) |
59 |
* @date 16.02.2010
|
|
59 |
* @since 16.02.2010
|
|
60 | 60 |
* |
61 | 61 |
*/ |
62 | 62 |
public final class PesiTransformer extends ExportTransformerBase implements IExportTransformer{ |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiAdditionalTaxonSourceExport.java | ||
---|---|---|
37 | 37 |
* The export class for additional information linked to {@link eu.etaxonomy.cdm.model.taxon.Taxon Taxa} and {@link eu.etaxonomy.cdm.model.reference.Reference References}.<p> |
38 | 38 |
* Inserts into DataWarehouse database table <code>AdditionalTaxonSource</code>. |
39 | 39 |
* @author e.-m.lee |
40 |
* @date 23.02.2010
|
|
40 |
* @since 23.02.2010
|
|
41 | 41 |
* |
42 | 42 |
*/ |
43 | 43 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiImageExport.java | ||
---|---|---|
38 | 38 |
* The export class for Images. |
39 | 39 |
* Inserts into DataWarehouse database table <code>Image</code>. |
40 | 40 |
* @author e.-m.lee |
41 |
* @date 18.08.2010
|
|
41 |
* @since 18.08.2010
|
|
42 | 42 |
* |
43 | 43 |
*/ |
44 | 44 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiNoteExport.java | ||
---|---|---|
56 | 56 |
* <li>Phase 1: Export of DescriptionElements as Notes. |
57 | 57 |
* <li>Phase 2: Export of TaxonName extensions <code>taxComment</code>, <code>fauComment</code> and <code>fauExtraCodes</code> as Notes.</ul> |
58 | 58 |
* @author e.-m.lee |
59 |
* @date 23.02.2010
|
|
59 |
* @since 23.02.2010
|
|
60 | 60 |
* |
61 | 61 |
*/ |
62 | 62 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiNoteSourceExport.java | ||
---|---|---|
34 | 34 |
* The export class for NoteSources. |
35 | 35 |
* Inserts into DataWarehouse database table <code>NoteSource</code>. |
36 | 36 |
* @author e.-m.lee |
37 |
* @date 03.03.2010
|
|
37 |
* @since 03.03.2010
|
|
38 | 38 |
* |
39 | 39 |
*/ |
40 | 40 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiOccurrenceExport.java | ||
---|---|---|
44 | 44 |
* The export class for {@link eu.etaxonomy.cdm.model.description.Distribution Distributions}.<p> |
45 | 45 |
* Inserts into DataWarehouse database table <code>Occurrence</code>. |
46 | 46 |
* @author e.-m.lee |
47 |
* @date 02.03.2010
|
|
47 |
* @since 02.03.2010
|
|
48 | 48 |
* |
49 | 49 |
*/ |
50 | 50 |
@Component |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiOccurrenceSourceExport.java | ||
---|---|---|
40 | 40 |
* The export class for additional information linked to {@link eu.etaxonomy.cdm.model.description.Distribution Distributions} and {@link eu.etaxonomy.cdm.model.common.DescriptionElementSource DescriptionElements}.<p> |
41 | 41 |
* Inserts into DataWarehouse database table <code>OccurrenceSource</code>. |
42 | 42 |
* @author e.-m.lee |
43 |
* @date 15.03.2010
|
|
43 |
* @since 15.03.2010
|
|
44 | 44 |
* |
45 | 45 |
*/ |
46 | 46 |
@Component |
Also available in: Unified diff
ref #6241 replaced @date by @since in pesi and eflora