Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/newWizard/NewCollectionWizard.java
15 15
import eu.etaxonomy.taxeditor.store.CdmStore;
16 16

  
17 17
/**
18
 * <p>NewCollectionWizard class.</p>
19
 *
18 20
 * @author n.hoffmann
19 21
 * @created Oct 13, 2010
20 22
 * @version 1.0
21 23
 */
22 24
public class NewCollectionWizard extends AbstractNewEntityWizard<Collection> {
23 25

  
26
	/** {@inheritDoc} */
24 27
	@Override
25 28
	public void addPages() {
26 29
		addPage(new CollectionWizardPage(formFactory, getConversationHolder(), entity));
......
29 32
	/* (non-Javadoc)
30 33
	 * @see eu.etaxonomy.taxeditor.editor.newWizard.AbstractNewEntityWizard#saveEntity()
31 34
	 */
35
	/** {@inheritDoc} */
32 36
	@Override
33 37
	protected void saveEntity() {
34 38
		CdmStore.getCollectionService().saveOrUpdate(entity);
......
37 41
	/* (non-Javadoc)
38 42
	 * @see eu.etaxonomy.taxeditor.editor.newWizard.AbstractNewEntityWizard#createNewEntity()
39 43
	 */
44
	/** {@inheritDoc} */
40 45
	@Override
41 46
	protected Collection createNewEntity() {
42 47
		// TODO Auto-generated method stub

Also available in: Unified diff