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

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

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

Methods in com.sap.ip.me.api.persist.app that return PersistableEntity
 PersistableEntity EntityFactory.createEntity(PersistenceContainer o)
          Creates an Entity after reading persistet Entity data from persistence.
 

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

Methods in com.sap.ip.me.api.persist.core that return PersistableEntity
 PersistableEntity PersistenceManager.get(ClassDescriptor cdes, java.lang.String entityKey)
          Returns the Entity for given Entity Key and ClassDescriptor
 PersistableEntity PersistenceContainer.getSingleLink(int idx)
          get the link at index idx as an Entity
 PersistableEntity PersistenceContainer.getMultipleLink(int idx, int mult)
          Returns the multiple link at the given index.
 

Methods in com.sap.ip.me.api.persist.core with parameters of type PersistableEntity
 void PersistenceManager.insert(PersistableEntity entity, TreeOptionType treeOption)
          Description of the Method
 void PersistenceManager.update(PersistableEntity entity, TreeOptionType treeOption)
          Inserts or modifies an entity instance, and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void PersistenceManager.modify(PersistableEntity entity, TreeOptionType treeOption)
          Modifies an entity instance and all belonging instances, depending on TreeOptionType and Entity dependencies.
 void PersistenceManager.delete(PersistableEntity entity, TreeOptionType treeOption)
          Deletes the given entity and dependent of the parameter treeOption the associated entities.
 void PersistenceContainer.setEntity(PersistableEntity entity)
          set the entity belonging to this PersistenceContainer
 void PersistenceContainer.setSingleLink(int idx, PersistableEntity link)
          Sets the link attribute of the PersistedObject object
 void PersistenceContainer.setMultipleLink(int idx, int mult, PersistableEntity link)
          Sets a multiple link entry at the given index of the PersistedObject.
 void PersistenceContainer.addMultipleLink(int idx, PersistableEntity link)
          Add a new Link entry to the multiple link at given index of the PersistedObject.
 



Copyright © 2005 SAP AG. All Rights Reserved.