Uses of Interface
com.sap.ip.me.api.persist.app.Entity

Packages that use Entity
com.sap.ip.me.api.persist.app   
com.sap.ip.me.api.persist.core   
 

Uses of Entity in com.sap.ip.me.api.persist.app
 

Methods in com.sap.ip.me.api.persist.app that return Entity
 Entity PackageEntityFactory.createEntity(java.lang.String entityKey, java.lang.String classtype, java.lang.Object[] attrib)
          Deprecated. Creates an Entity after reading persistet Entity data from persistence.
 

Uses of Entity in com.sap.ip.me.api.persist.core
 

Methods in com.sap.ip.me.api.persist.core that return Entity
 Entity TransactionManager.get(java.lang.String entityKey, TreeOptionType tree)
          Deprecated. Use get(String type, String key)
 Entity TransactionManager.get(java.lang.String classtype, java.lang.String entityKey)
          Deprecated. Description of the Method
 

Methods in com.sap.ip.me.api.persist.core with parameters of type Entity
 void TransactionManager.insert(Entity entity, TreeOptionType treeOption)
          Deprecated. Inserts an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.update(Entity entity, TreeOptionType treeOption)
          Deprecated. Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.modify(Entity entity, TreeOptionType treeOption)
          Deprecated. Modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.insert(Entity[] entities, TreeOptionType treeOption)
          Deprecated. Inserts an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.update(Entity[] entities, TreeOptionType treeOption)
          Deprecated. Inserts or modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.modify(Entity[] entities, TreeOptionType treeOption)
          Deprecated. Modifies an array of entity instances, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void TransactionManager.delete(Entity entity, TreeOptionType treeOption)
          Deprecated. deletes the given entity and dependent of the parameter treeOption the associated entities.
 void PersistedObject.setLink(int idx, Entity link)
          Deprecated. Sets the link attribute of the PersistedObject object
 



Copyright © 2005 SAP AG. All Rights Reserved.