|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectag.ion.bion.officelayer.internal.clone.AbstractCloneService
public abstract class AbstractCloneService
Abstract clone service.
Constructor Summary | |
---|---|
AbstractCloneService()
|
Method Summary | |
---|---|
void |
cloneAfterThisPositions(IDestinationPosition[] positions,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object after the given positions. |
void |
cloneAfterThisPositions(IDestinationPosition[] positions,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given positions. |
void |
cloneToPositions(IDestinationPosition[] positions,
boolean adoptContent,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given positions. |
void |
cloneToPositions(IDestinationPosition[] positions,
PropertyKeysContainer propertyKeysContainer)
Clones the chosen object to the given positions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ag.ion.bion.officelayer.clone.ICloneService |
---|
cloneAfterThisPosition, cloneAfterThisPosition, cloneAfterThisPositionNoReturn, cloneAfterThisPositionNoReturn, cloneToPosition, cloneToPosition, cloneToPositionNoReturn, cloneToPositionNoReturn |
Constructor Detail |
---|
public AbstractCloneService()
Method Detail |
---|
public void cloneToPositions(IDestinationPosition[] positions, PropertyKeysContainer propertyKeysContainer) throws CloneException
cloneToPositions
in interface ICloneService
positions
- the positions the object is to be cloned topropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public void cloneToPositions(IDestinationPosition[] positions, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
cloneToPositions
in interface ICloneService
positions
- the positions the object is to be cloned toadoptContent
- indicated if the content of the object should be adoptedpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public void cloneAfterThisPositions(IDestinationPosition[] positions, PropertyKeysContainer propertyKeysContainer) throws CloneException
cloneAfterThisPositions
in interface ICloneService
positions
- the positions the object is to be cloned afterpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.public void cloneAfterThisPositions(IDestinationPosition[] positions, boolean adoptContent, PropertyKeysContainer propertyKeysContainer) throws CloneException
cloneAfterThisPositions
in interface ICloneService
positions
- the positions the object is to be cloned afteradoptContent
- indicated if the content of the object should be adoptedpropertyKeysContainer
- container for property keys used for cloning style, my be null
CloneException
- if the object could not be cloned.
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |