Feature #2979

Implement replace() method for the base Repository

Added by Robert Lemke over 6 years ago. Updated almost 5 years ago.

Status:Resolved Start date:2009-03-26
Priority:Must have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Persistence
Target version:TYPO3 Flow Base Distribution - 1.0 alpha 1
PHP Version: Complexity:
Has patch:

Description

The base Repository implementation should implement a method which allows for replacing an object which exists in the repository by another object. This method (or the methods called by this method) must take the identity map and uuid into account.

Associated revisions

Revision d473c120
Added by Robert Lemke over 6 years ago

  • FLOW3: (Persistence) Renamed the methods getUUID($object) to getUUIDByObject($object) and removed one of them from the Persistence Manager (now ask the Persistence Backend instead).
  • FLOW3: (Persistence) Implemented a replace() method for the base Repository. Resolves #2979

History

#1 Updated by Robert Lemke over 6 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

Applied in changeset r2078.

Also available in: Atom PDF