|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.core.command.common.bean.AbstractCommand
com.ptc.core.command.common.bean.AbstractServerCommand
com.ptc.core.command.common.bean.entity.AbstractEntityCommand
com.ptc.core.command.common.bean.entity.AbstractPersistentEntityCommand
com.ptc.core.command.common.bean.entity.SavePersistentEntitySubCommand
public class SavePersistentEntitySubCommand
Supported API: true
Extendable: true
| Constructor Summary | |
|---|---|
SavePersistentEntitySubCommand()
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
addGlobalReplacement(TypeInstanceIdentifier old_id,
TypeInstanceIdentifier new_id)
Supported API: true |
int |
getCurrentIndex()
Supported API: true |
Map |
getGlobalReplacements()
Supported API: true |
int |
getIndex(AssociationTypeIdentifier the_association_type_identifier,
TypeInstanceIdentifier the_type_instance_identifier,
int start_index)
Supported API: true |
int |
getIndex(TypeInstanceIdentifier the_type_instance_identifier)
Supported API: true |
TypeInstance |
getTypeInstance(int the_index)
Supported API: true |
void |
initialize(SavePersistentEntityCommand save_command)
Supported API: true |
boolean |
isHandled(int the_index)
Supported API: true |
void |
makeHandled(int the_index)
Supported API: true |
void |
mergeResult(TypeInstance result_type_instance,
int the_index)
Supported API: true |
TypeInstance |
persist(TypeInstance the_source)
Supported API: true |
void |
processReplacements(TypeInstance replacing_type_instance,
int the_index)
Supported API: true |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SavePersistentEntitySubCommand()
| Method Detail |
|---|
public void initialize(SavePersistentEntityCommand save_command)
throws com.ptc.core.command.common.CommandException
save_command -
com.ptc.core.command.common.CommandExceptionpublic int getCurrentIndex()
public int getIndex(TypeInstanceIdentifier the_type_instance_identifier)
the_type_instance_identifier -
public int getIndex(AssociationTypeIdentifier the_association_type_identifier,
TypeInstanceIdentifier the_type_instance_identifier,
int start_index)
the_association_type_identifier - the_type_instance_identifier - start_index -
public TypeInstance getTypeInstance(int the_index)
the_index -
public boolean isHandled(int the_index)
the_index -
public TypeInstance persist(TypeInstance the_source)
throws com.ptc.core.command.common.CommandException
the_source -
com.ptc.core.command.common.CommandException
public void processReplacements(TypeInstance replacing_type_instance,
int the_index)
replacing_type_instance - the_index -
public void mergeResult(TypeInstance result_type_instance,
int the_index)
result_type_instance - the_index - public void makeHandled(int the_index)
the_index -
public void addGlobalReplacement(TypeInstanceIdentifier old_id,
TypeInstanceIdentifier new_id)
old_id - new_id - public Map getGlobalReplacements()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||