Beispiel #1
0
 def remove_object(self, model_object):
     """Delete the object."""
     RepositoryManager.remove_object(self, model_object)
Beispiel #2
0
 def add_object(self, model_object):
     """Save the object, issued from a model."""
     RepositoryManager.add_object(self, model_object)
Beispiel #3
0
 def update_object(self, model_object, attribute, old_value):
     """Update an object."""
     RepositoryManager.update_object(self, model_object, attribute,
             old_value)
Beispiel #4
0
 def record_model(self, model):
     """Record the given model."""
     RepositoryManager.record_model(self, model)