SalesPoint Framework v3.0

Hook: Make Object Persistent


Requirement

An object that is not " known " to the Shop and not reachable by it through references must be made persistent.

The Objects " known " to the Shop are:

Method of Adaptation
Add Feature
Level of Support
Parameter Pattern  
HotSpot
Persistance
Participants
shopInstance, key , object

Changes

  1. select ( key , object ) from ( String , Object ). object is the object to be made persistent. key must be unique for each persitent object.
  2. call shopInstance.setObjectPersistent with parameters key , object .

Comments


SalesPoint Framework v3.0