Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  • Proposed:  Move permission checks from simple-methods to service definitions where appropriate
  • Proposed:  Move beanshell scripts into simple methods (even if it's just as call-bsh tags) to help promote the use of minilang and it's error handling benefits over beanshell
  • Proposed:  Refactor Product Group Entities
  • Proposed:  Refactor Order Group Entites
  • Proposed:  Remove Return Entities in favor of a RETURN_ORDER OrderType
  • Proposed:  Create *Role handling capabilities much like *Status capability exists.  (eg have entity handle definitions on Roles to limit number of parties that can have the role) This will help eliminate the multitude of approaches to handling party interaction with entities.
  • Proposed:  Modularize Everything
  • Proposed:  Remove Denormalized fields from entities (ie OrderHeader.statusId) and move them into a related Entity that tracks this denormalized data.  Be sure to create view-entity between the to maintain ease of programming.